Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Equivalent of @MailSend on the Web
~James Asaremaroni 26.Jan.04 08:27 PM a Web browser
Applications Development 6.0.2 CF1 All Platforms


That worked. But I am actually trying to retrieve fields from the current form and send out emails. The code is as follows:

Dim session As New NotesSession
Dim maildb As New NotesDatabase( "", "" )
Dim doc As NotesDocument
Dim maildoc As NotesDocument
Dim DocNum As Variant
Dim AM As Variant

Set doc = session.DocumentContext

DocNum = doc.GetItemValue("DocNum")
AM = doc.GetItemValue("AMgr_1")
Call maildb.Open( "Domino3/Interactive/West", "mail\internet.nsf" )
Set maildoc = New NotesDocument( maildb )
maildoc.Form = "Memo"
maildoc.Subject = "Test"
maildoc.Body = " This is an automated reminder for sdr."
maildoc.SendTo = "Priya S Srinivasan"
maildoc.CopyTo = "Rhonda M Petersen"
Call maildoc.Send(False)

I get the following error:
Agent 'Submit SDR' error: Notes error: You do not have a mail file/server specified. Use File Mobile Edit Current Location... to set them.




Equivalent of @MailSend on the Web (~James Asaremar... 23.Jan.04)
. . RE: Equivalent of @MailSend on the ... (~Jennifer Ekpon... 23.Jan.04)
. . . . RE: Equivalent of @MailSend on the ... (~James Asaremar... 26.Jan.04)
. . . . . . RE: Equivalent of @MailSend on the ... (~James Asaremar... 27.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS